CodGrantDisbursement 
EntityType  Independent 
Logical Entity Name  CodGrantDisbursement 
Default Table Name  FaCODGrantDisb 
Logical Only  NO 
Definition 
 
Note 
 

CodGrantDisbursement Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
CodGrantOriginationId(FK)    INTEGER  NO 
 
StudentAwardId(FK)    INTEGER  NO 
 
ScheduledDisbursementId(FK)    INTEGER  YES 
 
PaidDisbursementId(FK)    INTEGER  YES 
 
RefundId(FK)    INTEGER  YES 
 
DisbursementNumber    INTEGER  NO 
 
DisbursementSequenceNumber    INTEGER  NO 
 
DisbursementDate    DATETIME  NO 
 
DisbursementAmount    MONEY(19, 4)  NO 
 
YtdDisbursedAmount    MONEY(19, 4)  YES 
 
AcceptedDisbursementAmount    MONEY(19, 4)  YES 
 
ExportBatchIdentifier    VARCHAR(30)  YES 
 
CodDisbursementStatus    CHAR(1)  NO 
 
CODRejectCodes    VARCHAR(100)  YES 
 
SentDate    DATETIME  YES 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
ModFlag    CHAR(1)  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
TotalEligibilityUsed    MONEY(19, 4)  YES 
 
BookAmount    MONEY(19, 4)  YES 
 
BookDate    DATETIME  YES 
 
BookStatus    CHAR(1)  YES 
 
PrevDisbursementSequenceNumber    INTEGER  YES 
 

CodGrantDisbursement Keys 
Key Name  Key Type  Keys 
FaCODGrantDisb_FaCODGrantDisbID_U_C_IDX  PrimaryKey  Id 
FaCODGrantDisb_FaCODGrantID_DisbNum_DisbSequenceNum_U_N_IDX  Alternate Key  CodGrantOriginationId, DisbursementNumber, DisbursementSequenceNumber 
FaCODGrantDisb_ExportBatchID_FaCODGrantDisbID_U_N_IDX  Alternate Key  ExportBatchIdentifier, Id 
FaCODGrantDisb_FaStudentAidID_FaCODGrantDisbID_U_N_IDX  Alternate Key  StudentAwardId, Id 
FaCODGrantDisb_FaCODGrantID_FaCODGrantDisbID_U_N_IDX  Alternate Key  CodGrantOriginationId, Id 
FaCODGrantDisb_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 

CodGrantDisbursement Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
CodGrantOrigination  Non-Identifying  One To Zero or More        CodGrantOriginationId  NO 
PaidDisbursement  Non-Identifying  Zero or One to Zero or More        PaidDisbursementId  NO 
Refund  Non-Identifying  Zero or One to Zero or More        RefundId  NO 
ScheduledDisbursement  Non-Identifying  Zero or One to Zero or More        ScheduledDisbursementId  NO 
StudentAward  Non-Identifying  One To Zero or More        StudentAwardId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 

CodGrantDisbursement Check Constraints 
Check Constraint Name  CheckConstraint